Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfEnum<TEnum> Structure / GetEnumValue Method
The default value if this PdfEnum<TEnum> has no enumeration value.

In This Topic
    GetEnumValue Method (PdfEnum<TEnum>)
    In This Topic
    Returns the EnumValue if IsString is false, defValue otherwise.
    Syntax
    'Declaration
     
    Public Function GetEnumValue( _
       ByVal defValue As TEnum _
    ) As TEnum
    public TEnum GetEnumValue( 
       TEnum defValue
    )

    Parameters

    defValue
    The default value if this PdfEnum<TEnum> has no enumeration value.

    Return Value

    EnumValue if IsString is false, defValue otherwise.
    See Also